| Package | Description |
|---|---|
| com.atid.lib.atx88 | |
| com.atid.lib.reader | |
| com.atid.lib.reader.types |
| Modifier and Type | Method and Description |
|---|---|
BuzzerState |
ATx88Reader.getBuzzer() |
| Modifier and Type | Method and Description |
|---|---|
void |
ATx88Reader.setBuzzer(BuzzerState state) |
| Modifier and Type | Method and Description |
|---|---|
abstract BuzzerState |
ATEAReader.getBuzzer()
Returns the buzzer operation status of the equipment.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
ATEAReader.setBuzzer(BuzzerState state)
Sets the buzzer operation status of the equipment.
|
| Modifier and Type | Method and Description |
|---|---|
static BuzzerState |
BuzzerState.valueOf(int code) |
static BuzzerState |
BuzzerState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BuzzerState[] |
BuzzerState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|